func runtime.tracebackPCs
6 uses
runtime (current package)
mprof.go#L818: nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
mprof.go#L1693: n := tracebackPCs(&u, 0, pcbuf)
proc.go#L5545: n += tracebackPCs(&u, 0, stk[n:])
traceback.go#L620: func tracebackPCs(u *unwinder, skip int, pcBuf []uintptr) int {
traceback.go#L1100: n = tracebackPCs(&u, skip, pcbuf)
traceback.go#L1108: return tracebackPCs(&u, skip, pcbuf)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)